| Risk Level | Number of Alerts |
|---|---|
|
High
|
0
|
|
Medium
|
2
|
|
Low
|
4
|
|
Informational
|
6
|
|
False Positives:
|
0
|
For each step: result (Pass/Fail) - risk (of highest alert(s) for the step, if any).
| Name | Risk Level | Number of Instances |
|---|---|---|
| Absence of Anti-CSRF Tokens | Medium | 9 |
| Content Security Policy (CSP) Header Not Set | Medium | 377 |
| Big Redirect Detected (Potential Sensitive Information Leak) | Low | 4 |
| Cross-Domain JavaScript Source File Inclusion | Low | 2852 |
| Strict-Transport-Security Header Not Set | Low | 4 |
| Timestamp Disclosure - Unix | Low | 746 |
| GET for POST | Informational | 2 |
| Modern Web Application | Informational | 1 |
| Re-examine Cache-control Directives | Informational | 352 |
| Session Management Response Identified | Informational | 3 |
| User Agent Fuzzer | Informational | 4458 |
| User Controllable HTML Element Attribute (Potential XSS) | Informational | 22 |
|
Medium |
Absence of Anti-CSRF Tokens |
|---|---|
| Description |
No Anti-CSRF tokens were found in a HTML submission form.
A cross-site request forgery is an attack that involves forcing a victim to send an HTTP request to a target destination without their knowledge or intent in order to perform an action as the victim. The underlying cause is application functionality using predictable URL/form actions in a repeatable way. The nature of the attack is that CSRF exploits the trust that a web site has for a user. By contrast, cross-site scripting (XSS) exploits the trust that a user has for a web site. Like XSS, CSRF attacks are not necessarily cross-site, but they can be. Cross-site request forgery is also known as CSRF, XSRF, one-click attack, session riding, confused deputy, and sea surf.
CSRF attacks are effective in a number of situations, including:
* The victim has an active session on the target site.
* The victim is authenticated via HTTP auth on the target site.
* The victim is on the same local network as the target site.
CSRF has primarily been used to perform an action against a target site using the victim's privileges, but recent techniques have been discovered to disclose information by gaining access to the response. The risk of information disclosure is dramatically increased when the target site is vulnerable to XSS, because XSS can be used as a platform for CSRF, allowing the attack to operate within the bounds of the same-origin policy.
|
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | <form method="post" accept-charset="utf-8"> |
| Other Info | No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token, _csrfToken] was found in the following HTML form: [Form 2: "_submit" "name" "nonce" "password" ]. |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | <form method="post" accept-charset="utf-8" role="form"> |
| Other Info | No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token, _csrfToken] was found in the following HTML form: [Form 2: "_submit" "email" "name" "nonce" "password" ]. |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | <form method="post" accept-charset="utf-8" autocomplete="off" role="form" class="form-horizontal"> |
| Other Info | No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token, _csrfToken] was found in the following HTML form: [Form 2: "_submit" "email" "nonce" ]. |
| URL | https://cybersecure-x.ctfd.io/users/195 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | <form action="https://bouncer.ctfd.io/check" method="POST"> |
| Other Info | No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token, _csrfToken] was found in the following HTML form: [Form 1: "" ]. |
| URL | https://cybersecure-x.ctfd.io/users/199 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | <form action="https://bouncer.ctfd.io/check" method="POST"> |
| Other Info | No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token, _csrfToken] was found in the following HTML form: [Form 1: "" ]. |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=4&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | <form action="https://bouncer.ctfd.io/check" method="POST"> |
| Other Info | No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token, _csrfToken] was found in the following HTML form: [Form 1: "" ]. |
| URL | https://cybersecure-x.ctfd.io/users?page=5 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | <form action="https://bouncer.ctfd.io/check" method="POST"> |
| Other Info | No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token, _csrfToken] was found in the following HTML form: [Form 1: "" ]. |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | <form method="post" accept-charset="utf-8"> |
| Other Info | No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token, _csrfToken] was found in the following HTML form: [Form 2: "_submit" "name" "nonce" "password" ]. |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | <form method="post" accept-charset="utf-8" autocomplete="off" role="form" class="form-horizontal"> |
| Other Info | No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken, csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token, _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token, _csrfToken] was found in the following HTML form: [Form 2: "_submit" "email" "nonce" ]. |
| Instances | 9 |
| Solution |
Phase: Architecture and Design
Use a vetted library or framework that does not allow this weakness to occur or provides constructs that make this weakness easier to avoid.
For example, use anti-CSRF packages such as the OWASP CSRFGuard.
Phase: Implementation
Ensure that your application is free of cross-site scripting issues, because most CSRF defenses can be bypassed using attacker-controlled script.
Phase: Architecture and Design
Generate a unique nonce for each form, place the nonce into the form, and verify the nonce upon receipt of the form. Be sure that the nonce is not predictable (CWE-330).
Note that this can be bypassed using XSS.
Identify especially dangerous operations. When the user performs a dangerous operation, send a separate confirmation request to ensure that the user intended to perform that operation.
Note that this can be bypassed using XSS.
Use the ESAPI Session Management control.
This control includes a component for CSRF.
Do not use the GET method for any request that triggers a state change.
Phase: Implementation
Check the HTTP Referer header to see if the request originated from an expected page. This could break legitimate functionality, because users or proxies may have disabled sending the Referer for privacy reasons.
|
| Reference |
https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html
https://cwe.mitre.org/data/definitions/352.html |
| CWE Id | 352 |
| WASC Id | 9 |
| Plugin Id | 10202 |
|
Medium |
Content Security Policy (CSP) Header Not Set |
|---|---|
| Description |
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
|
| URL | https://cybersecure-x.ctfd.io/ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%201-30 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%202-31 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23EnterpriseX%202-44 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Project%20Alien-17 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23The%20Silent%20Listener%20-6 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=1 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=2 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/195 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/199 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=4&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=1 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=2 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=5 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| Instances | 377 |
| Solution |
Ensure that your web server, application server, load balancer, etc. is configured to set the Content-Security-Policy header.
|
| Reference |
https://developer.mozilla.org/en-US/docs/Web/Security/CSP/Introducing_Content_Security_Policy
https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html https://www.w3.org/TR/CSP/ https://w3c.github.io/webappsec-csp/ https://web.dev/articles/csp https://caniuse.com/#feat=contentsecuritypolicy https://content-security-policy.com/ |
| CWE Id | 693 |
| WASC Id | 15 |
| Plugin Id | 10038 |
|
Low |
Big Redirect Detected (Potential Sensitive Information Leak) |
|---|---|
| Description |
The server has responded with a redirect that seems to provide a large response. This may indicate that although the server sent a redirect it also responded with body content (which may include sensitive details, PII, etc.).
|
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | Location header URI length: 535 [https://29832a894184429789dc1139b5658a4e.s3.amazonaws.com/1682029a73df4c59d2c11bdd048ad808/toppng.com-umbrella-corp-logo-595x591.png?response-content-disposition=attachment%3B%20filename%3Dtoppng.com-umbrella-corp-logo-595x591.png&response-cache-control=max-age%3D3600&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAYQYMCZZ4YB3JEZER%2F20250616%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250616T100000Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=481b8533870b00ef63ff77037aa7e1291959c1e50296384e662a49212e687199]. Predicted response size: 835. Response Body Length: 1,332. |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | Location header URI length: 535 [https://29832a894184429789dc1139b5658a4e.s3.amazonaws.com/3045ff638e08ec95ee786cac9b306a76/toppng.com-umbrella-corp-logo-595x591.png?response-content-disposition=attachment%3B%20filename%3Dtoppng.com-umbrella-corp-logo-595x591.png&response-cache-control=max-age%3D3600&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAYQYMCZZ4YB3JEZER%2F20250616%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250616T100000Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=82a60f19b8aa5cbf534a407c9a518b34dc302353348603cecb5653d32f37d6ef]. Predicted response size: 835. Response Body Length: 1,332. |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7/cyber-removebg-preview.png |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | Location header URI length: 505 [https://29832a894184429789dc1139b5658a4e.s3.amazonaws.com/f6375081f1dad3cb9046755b24128bf7/cyber-removebg-preview.png?response-content-disposition=attachment%3B%20filename%3Dcyber-removebg-preview.png&response-cache-control=max-age%3D3600&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAYQYMCZZ4YB3JEZER%2F20250616%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250616T100000Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=cac43ff727a3c7bc2720283c12f6ae91e1132ab41c8582fa05b37fe7bb584019]. Predicted response size: 805. Response Body Length: 1,272. |
| URL | https://cybersecure-x.ctfd.io/oauth |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | Location header URI length: 203 [https://auth.majorleaguecyber.org/oauth/authorize?response_type=code&client_id=223e364e3f506df7d651a024819dc9dc&scope=profile%20team&state=6d6ee81647e736702944e261d5153c25472697b656179210d97aecd758d45ff4]. Predicted response size: 503. Response Body Length: 634. |
| Instances | 4 |
| Solution |
Ensure that no sensitive information is leaked via redirect responses. Redirect responses should have almost no content.
|
| Reference | |
| CWE Id | 201 |
| WASC Id | 13 |
| Plugin Id | 10044 |
|
Low |
Cross-Domain JavaScript Source File Inclusion |
|---|---|
| Description |
The page includes one or more script files from a third-party domain.
|
| URL | https://cybersecure-x.ctfd.io/ |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/ |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/ |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/ |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/ |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/challenges.bf350543.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/challenges.bf350543.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%201-30 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%201-30 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%201-30 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%201-30 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%201-30 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%202-31 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%202-31 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%202-31 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%202-31 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%202-31 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23EnterpriseX%202-44 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23EnterpriseX%202-44 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23EnterpriseX%202-44 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23EnterpriseX%202-44 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23EnterpriseX%202-44 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Project%20Alien-17 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Project%20Alien-17 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Project%20Alien-17 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Project%20Alien-17 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Project%20Alien-17 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23The%20Silent%20Listener%20-6 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23The%20Silent%20Listener%20-6 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23The%20Silent%20Listener%20-6 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23The%20Silent%20Listener%20-6 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23The%20Silent%20Listener%20-6 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/scoreboard.899daf28.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/scoreboard.899daf28.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_list.3f7f4035.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_list.3f7f4035.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_public.37e17f40.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_list.3f7f4035.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_list.3f7f4035.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_list.3f7f4035.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_list.3f7f4035.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_list.3f7f4035.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_list.3f7f4035.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_list.3f7f4035.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_list.3f7f4035.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_list.3f7f4035.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_list.3f7f4035.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=1 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_list.3f7f4035.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_list.3f7f4035.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=2 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_list.3f7f4035.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/teams_list.3f7f4035.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_list.ebc73f3c.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_list.ebc73f3c.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/195 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script src="https://www.google.com/recaptcha/api.js" async defer></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/199 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script src="https://www.google.com/recaptcha/api.js" async defer></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/echarts.128204f2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.1cf73b05.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_public.38cb6e17.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/userscore.dd9792d7.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_list.ebc73f3c.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_list.ebc73f3c.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_list.ebc73f3c.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_list.ebc73f3c.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_list.ebc73f3c.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_list.ebc73f3c.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=4&q=ZAP |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script src="https://www.google.com/recaptcha/api.js" async defer></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_list.ebc73f3c.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_list.ebc73f3c.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=1 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_list.ebc73f3c.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_list.ebc73f3c.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=1 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=2 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_list.ebc73f3c.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_list.ebc73f3c.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=2 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=3 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_list.ebc73f3c.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_list.ebc73f3c.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=3 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=13145452"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_list.ebc73f3c.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/users_list.ebc73f3c.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=5 |
| Method | GET |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script src="https://www.google.com/recaptcha/api.js" async defer></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29 |
| Attack | |
| Evidence | <script defer src="https://cdn.cloud.ctfd.io/cybersecure-x/static/recaptcha.js?t=8811ba29"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js |
| Attack | |
| Evidence | <script src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/color_mode_switcher.52334129.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/index.8a9f494f.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js |
| Attack | |
| Evidence | <script type="module" src="https://cdn.cloud.ctfd.io/cybersecure-x/themes/core-beta/static/assets/page.811c80a2.js"></script> |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | https://www.google.com/recaptcha/api.js |
| Attack | |
| Evidence | <script defer src="https://www.google.com/recaptcha/api.js"></script> |
| Other Info | |
| Instances | 2852 |
| Solution |
Ensure JavaScript source files are loaded from only trusted sources, and the sources can't be controlled by end users of the application.
|
| Reference | |
| CWE Id | 829 |
| WASC Id | 15 |
| Plugin Id | 10017 |
|
Low |
Strict-Transport-Security Header Not Set |
|---|---|
| Description |
HTTP Strict Transport Security (HSTS) is a web security policy mechanism whereby a web server declares that complying user agents (such as a web browser) are to interact with it using only secure HTTPS connections (i.e. HTTP layered over TLS/SSL). HSTS is an IETF standards track protocol and is specified in RFC 6797.
|
| URL | https://cybersecure-x.ctfd.io/users/195 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/199 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=4&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=5 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | |
| Other Info | |
| Instances | 4 |
| Solution |
Ensure that your web server, application server, load balancer, etc. is configured to enforce Strict-Transport-Security.
|
| Reference |
https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Strict_Transport_Security_Cheat_Sheet.html
https://owasp.org/www-community/Security_Headers https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security https://caniuse.com/stricttransportsecurity https://datatracker.ietf.org/doc/html/rfc6797 |
| CWE Id | 319 |
| WASC Id | 15 |
| Plugin Id | 10035 |
|
Low |
Timestamp Disclosure - Unix |
|---|---|
| Description |
A timestamp was disclosed by the application/web server. - Unix
|
| URL | https://cybersecure-x.ctfd.io/ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/ |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%201-30 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%201-30 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%202-31 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%202-31 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23EnterpriseX%202-44 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23EnterpriseX%202-44 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Project%20Alien-17 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Project%20Alien-17 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23The%20Silent%20Listener%20-6 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/challenges%23The%20Silent%20Listener%20-6 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams?page=1 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams?page=1 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams?page=2 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams?page=2 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users?page=1 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users?page=1 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users?page=2 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users?page=2 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users?page=3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users?page=3 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | 1749321000 |
| Other Info | 1749321000, which evaluates to: 2025-06-08 00:00:00. |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | |
| Attack | |
| Evidence | 1749407340 |
| Other Info | 1749407340, which evaluates to: 2025-06-08 23:59:00. |
| Instances | 746 |
| Solution |
Manually confirm that the timestamp data is not sensitive, and that the data cannot be aggregated to disclose exploitable patterns.
|
| Reference | https://cwe.mitre.org/data/definitions/200.html |
| CWE Id | 497 |
| WASC Id | 13 |
| Plugin Id | 10096 |
|
Informational |
GET for POST |
|---|---|
| Description |
A request that was originally observed as a POST was also accepted as a GET. This issue does not represent a security weakness unto itself, however, it may facilitate simplification of other attacks. For example if the original POST is subject to Cross-Site Scripting (XSS), then this finding may indicate that a simplified (GET based) XSS may also be possible.
|
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | GET https://cybersecure-x.ctfd.io/login?_submit=Submit&name=ZAP&nonce=6d6ee81647e736702944e261d5153c25472697b656179210d97aecd758d45ff4&password=ZAP HTTP/1.1 |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | GET https://cybersecure-x.ctfd.io/reset_password?_submit=Submit&email=zaproxy@example.com&nonce=6d6ee81647e736702944e261d5153c25472697b656179210d97aecd758d45ff4 HTTP/1.1 |
| Other Info | |
| Instances | 2 |
| Solution |
Ensure that only POST is accepted where POST is expected.
|
| Reference | |
| CWE Id | 16 |
| WASC Id | 20 |
| Plugin Id | 10058 |
|
Informational |
Modern Web Application |
|---|---|
| Description |
The application appears to be a modern web application. If you need to explore it automatically then the Ajax Spider may well be more effective than the standard one.
|
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | |
| Attack | |
| Evidence | <a :href="standing.account_url" x-text="standing.name"></a> |
| Other Info | Links have been found that do not have traditional href attributes, which is an indication that this is a modern web application. |
| Instances | 1 |
| Solution |
This is an informational alert and so no changes are required.
|
| Reference | |
| CWE Id | |
| WASC Id | |
| Plugin Id | 10109 |
|
Informational |
Re-examine Cache-control Directives |
|---|---|
| Description |
The cache-control header has not been set properly or is missing, allowing the browser and proxies to cache content. For static assets like css, js, or image files this might be intended, however, the resources should be reviewed to ensure that no sensitive content will be cached.
|
| URL | https://cybersecure-x.ctfd.io/ |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/robots.txt |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=1 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=2 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=1 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=2 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=3 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | cache-control |
| Attack | |
| Evidence | |
| Other Info | |
| Instances | 352 |
| Solution |
For secure content, ensure the cache-control HTTP header is set with "no-cache, no-store, must-revalidate". If an asset should be cached consider setting the directives "public, max-age, immutable".
|
| Reference |
https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#web-content-caching
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control https://grayduck.mn/2021/09/13/cache-control-recommendations/ |
| CWE Id | 525 |
| WASC Id | 13 |
| Plugin Id | 10015 |
|
Informational |
Session Management Response Identified |
|---|---|
| Description |
The given response has been identified as containing a session management token. The 'Other Info' field contains a set of header tokens that can be used in the Header Based Session Management Method. If the request is in a context which has a Session Management Method set to "Auto-Detect" then this rule will change the session management to use the tokens identified.
|
| URL | https://cybersecure-x.ctfd.io/ |
| Method | GET |
| Parameter | session |
| Attack | |
| Evidence | 87bf9c61-b5ed-4e55-b99b-4dd09ede1aac.yUKCPmpvp8VZNJdTbQurwUdW0Gc |
| Other Info | cookie:session |
| URL | https://cybersecure-x.ctfd.io/ |
| Method | GET |
| Parameter | session |
| Attack | |
| Evidence | dd157e00-29e7-4bfc-82b1-776992630aab.ESTX8vjRN2Yopw5p3ecJR4JZD20 |
| Other Info | cookie:session |
| URL | https://cybersecure-x.ctfd.io/ |
| Method | GET |
| Parameter | session |
| Attack | |
| Evidence | 87bf9c61-b5ed-4e55-b99b-4dd09ede1aac.yUKCPmpvp8VZNJdTbQurwUdW0Gc |
| Other Info | cookie:session |
| Instances | 3 |
| Solution |
This is an informational alert rather than a vulnerability and so there is nothing to fix.
|
| Reference | https://www.zaproxy.org/docs/desktop/addons/authentication-helper/session-mgmt-id |
| CWE Id | |
| WASC Id | |
| Plugin Id | 10112 |
|
Informational |
User Agent Fuzzer |
|---|---|
| Description |
Check for differences in response based on fuzzed User Agent (eg. mobile sites, access as a Search Engine Crawler). Compares the response statuscode and the hashcode of the response body with the original response.
|
| URL | https://cybersecure-x.ctfd.io |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/admin |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/admin |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/admin |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/admin |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/admin |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/admin |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/admin |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/admin |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/admin |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/admin |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/admin |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/admin |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%201-30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%201-30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%201-30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%201-30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%201-30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%201-30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%201-30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%201-30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%201-30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%201-30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%202-31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%202-31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%202-31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%202-31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%202-31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%202-31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%202-31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%202-31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%202-31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%231984%20Pt.%202-31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Behind%20the%20Scene-16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ciphered%20Nations-39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Data%20Drip-8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23EnterpriseX%202-44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23EnterpriseX%202-44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23EnterpriseX%202-44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23EnterpriseX%202-44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23EnterpriseX%202-44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23EnterpriseX%202-44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23EnterpriseX%202-44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23EnterpriseX%202-44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23EnterpriseX%202-44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23EnterpriseX%202-44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Ghost%20in%20the%20Drive-13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Hidden%20Whispers-12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Learn%20to%20Fly-45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Looks%20Can%20Be%20Deceiving-49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Project%20Alien-17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Project%20Alien-17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Project%20Alien-17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Project%20Alien-17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Project%20Alien-17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Project%20Alien-17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Project%20Alien-17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Project%20Alien-17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Project%20Alien-17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Project%20Alien-17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SANITY%20-%20CHECK-42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23SassyGPT:%20Hardcore%20Mode-28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Silent%20Corridor-7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23Temple%20run-19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23The%20Silent%20Listener%20-6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23The%20Silent%20Listener%20-6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23The%20Silent%20Listener%20-6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23The%20Silent%20Listener%20-6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23The%20Silent%20Listener%20-6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23The%20Silent%20Listener%20-6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23The%20Silent%20Listener%20-6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23The%20Silent%20Listener%20-6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23The%20Silent%20Listener%20-6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/challenges%23The%20Silent%20Listener%20-6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/1682029a73df4c59d2c11bdd048ad808/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/3045ff638e08ec95ee786cac9b306a76/toppng.com-umbrella-corp-logo-595x591.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7/cyber-removebg-preview.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7/cyber-removebg-preview.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7/cyber-removebg-preview.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7/cyber-removebg-preview.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7/cyber-removebg-preview.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7/cyber-removebg-preview.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7/cyber-removebg-preview.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7/cyber-removebg-preview.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7/cyber-removebg-preview.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7/cyber-removebg-preview.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7/cyber-removebg-preview.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/files/f6375081f1dad3cb9046755b24128bf7/cyber-removebg-preview.png |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/oauth |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/oauth |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/oauth |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/oauth |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/oauth |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/oauth |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/oauth |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/oauth |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/oauth |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/oauth |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/oauth |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/oauth |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/robots.txt |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/robots.txt |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/robots.txt |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/rules |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/scoreboard |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/sitemap.xml |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/23 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/teams?page=3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/1 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/10 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/100 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/101 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/102 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/103 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/104 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/105 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/106 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/107 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/108 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/109 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/11 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/110 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/111 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/112 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/113 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/114 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/115 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/116 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/117 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/118 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/119 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/12 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/120 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/121 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/122 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/123 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/124 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/125 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/126 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/127 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/128 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/129 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/13 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/130 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/131 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/132 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/133 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/134 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/135 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/136 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/137 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/138 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/139 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/14 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/140 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/141 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/142 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/143 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/144 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/145 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/146 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/147 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/148 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/149 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/15 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/150 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/151 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/152 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/153 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/154 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/155 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/156 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/157 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/158 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/159 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/16 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/160 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/161 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/162 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/163 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/164 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/165 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/166 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/167 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/168 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/169 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/17 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/170 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/171 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/172 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/173 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/174 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/175 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/176 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/177 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/178 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/179 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/18 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/180 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/181 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/182 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/183 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/184 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/185 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/186 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/187 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/188 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/189 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/19 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/190 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/191 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/192 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/193 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/194 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/196 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/197 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/198 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/2 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/20 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/200 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/201 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/202 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/203 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/204 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/205 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/207 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/209 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/21 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/210 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/211 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/212 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/213 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/214 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/215 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/216 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/218 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/219 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/22 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/221 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/222 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/224 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/225 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/226 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/228 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/232 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/233 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/24 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/25 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/26 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/27 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/28 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/29 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/3 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/30 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/31 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/32 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/33 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/34 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/35 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/36 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/37 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/38 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/39 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/40 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/41 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/42 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/43 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/44 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/45 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/46 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/47 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/48 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/49 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/5 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/50 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/51 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/52 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/53 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/54 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/55 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/56 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/57 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/58 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/59 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/6 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/60 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/61 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/62 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/63 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/64 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/65 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/66 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/67 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/68 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/69 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/7 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/70 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/71 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/72 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/73 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/74 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/75 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/76 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/77 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/78 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/79 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/8 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/80 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/81 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/82 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/83 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/84 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/85 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/86 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/87 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/88 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/89 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/9 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/90 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/91 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/92 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/93 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/94 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/95 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/96 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/97 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/98 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users/99 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/users?page=4 |
| Method | GET |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/register |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp) |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16 |
| Evidence | |
| Other Info | |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | Header User-Agent |
| Attack | msnbot/1.1 (+http://search.msn.com/msnbot.htm) |
| Evidence | |
| Other Info | |
| Instances | 4458 |
| Solution | |
| Reference | https://owasp.org/wstg |
| CWE Id | |
| WASC Id | |
| Plugin Id | 10104 |
|
Informational |
User Controllable HTML Element Attribute (Potential XSS) |
|---|---|
| Description |
This check looks at user-supplied input in query string parameters and POST data to identify where certain HTML attribute values might be controlled. This provides hot-spot detection for XSS (cross-site scripting) that will require further review by a security analyst to determine exploitability.
|
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | field |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/teams?field=name&page=1&q=ZAP appears to include user input in: a(n) [option] tag [value] attribute The user input found was: field=name The user-controlled value was: name |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | q |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/teams?field=name&page=1&q=ZAP appears to include user input in: a(n) [input] tag [value] attribute The user input found was: q=ZAP The user-controlled value was: zap |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | field |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/teams?field=name&page=2&q=ZAP appears to include user input in: a(n) [option] tag [value] attribute The user input found was: field=name The user-controlled value was: name |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | q |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/teams?field=name&page=2&q=ZAP appears to include user input in: a(n) [input] tag [value] attribute The user input found was: q=ZAP The user-controlled value was: zap |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | field |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP appears to include user input in: a(n) [option] tag [value] attribute The user input found was: field=name The user-controlled value was: name |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | q |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/teams?field=name&page=3&q=ZAP appears to include user input in: a(n) [input] tag [value] attribute The user input found was: q=ZAP The user-controlled value was: zap |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | field |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP appears to include user input in: a(n) [option] tag [value] attribute The user input found was: field=name The user-controlled value was: name |
| URL | https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP |
| Method | GET |
| Parameter | q |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/teams?field=name&q=ZAP appears to include user input in: a(n) [input] tag [value] attribute The user input found was: q=ZAP The user-controlled value was: zap |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | field |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/users?field=name&page=1&q=ZAP appears to include user input in: a(n) [option] tag [value] attribute The user input found was: field=name The user-controlled value was: name |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=1&q=ZAP |
| Method | GET |
| Parameter | q |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/users?field=name&page=1&q=ZAP appears to include user input in: a(n) [input] tag [value] attribute The user input found was: q=ZAP The user-controlled value was: zap |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | field |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/users?field=name&page=2&q=ZAP appears to include user input in: a(n) [option] tag [value] attribute The user input found was: field=name The user-controlled value was: name |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=2&q=ZAP |
| Method | GET |
| Parameter | q |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/users?field=name&page=2&q=ZAP appears to include user input in: a(n) [input] tag [value] attribute The user input found was: q=ZAP The user-controlled value was: zap |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | field |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP appears to include user input in: a(n) [option] tag [value] attribute The user input found was: field=name The user-controlled value was: name |
| URL | https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP |
| Method | GET |
| Parameter | q |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/users?field=name&page=3&q=ZAP appears to include user input in: a(n) [input] tag [value] attribute The user input found was: q=ZAP The user-controlled value was: zap |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | field |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/users?field=name&q=ZAP appears to include user input in: a(n) [option] tag [value] attribute The user input found was: field=name The user-controlled value was: name |
| URL | https://cybersecure-x.ctfd.io/users?field=name&q=ZAP |
| Method | GET |
| Parameter | q |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/users?field=name&q=ZAP appears to include user input in: a(n) [input] tag [value] attribute The user input found was: q=ZAP The user-controlled value was: zap |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | _submit |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/login appears to include user input in: a(n) [input] tag [type] attribute The user input found was: _submit=Submit The user-controlled value was: submit |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | _submit |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/login appears to include user input in: a(n) [input] tag [value] attribute The user input found was: _submit=Submit The user-controlled value was: submit |
| URL | https://cybersecure-x.ctfd.io/login |
| Method | POST |
| Parameter | nonce |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/login appears to include user input in: a(n) [input] tag [value] attribute The user input found was: nonce=6d6ee81647e736702944e261d5153c25472697b656179210d97aecd758d45ff4 The user-controlled value was: 6d6ee81647e736702944e261d5153c25472697b656179210d97aecd758d45ff4 |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | _submit |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/reset_password appears to include user input in: a(n) [input] tag [type] attribute The user input found was: _submit=Submit The user-controlled value was: submit |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | _submit |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/reset_password appears to include user input in: a(n) [input] tag [value] attribute The user input found was: _submit=Submit The user-controlled value was: submit |
| URL | https://cybersecure-x.ctfd.io/reset_password |
| Method | POST |
| Parameter | nonce |
| Attack | |
| Evidence | |
| Other Info | User-controlled HTML attribute values were found. Try injecting special characters to see if XSS might be possible. The page at the following URL: https://cybersecure-x.ctfd.io/reset_password appears to include user input in: a(n) [input] tag [value] attribute The user input found was: nonce=6d6ee81647e736702944e261d5153c25472697b656179210d97aecd758d45ff4 The user-controlled value was: 6d6ee81647e736702944e261d5153c25472697b656179210d97aecd758d45ff4 |
| Instances | 22 |
| Solution |
Validate all input and sanitize output it before writing to any HTML attributes.
|
| Reference | https://cheatsheetseries.owasp.org/cheatsheets/Input_Validation_Cheat_Sheet.html |
| CWE Id | 20 |
| WASC Id | 20 |
| Plugin Id | 10031 |